asp.net mvc class= inline select

53

asp.net mvc class="" inline select -

 <div @(condition ? "class=select error" : "class = select">
 </div>
 
 Razor will add the quotes for you (class = "select error").

Comments

Submit
0 Comments